From: Juanma Barranquero Date: Tue, 10 Mar 2009 23:48:31 +0000 (+0000) Subject: * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~1341 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=a1e0a551ed20a55f8c2ea34e5e5d6c7012fe0964;p=emacs.git * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2b71723e689..b41846f90d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2009-03-10 Juanma Barranquero + + * w32-vars.el (w32-list-proportional-fonts): Fix typos in last change. + 2009-03-10 Jason Rumney * w32-vars.el (w32-list-proportional-fonts): Make obsolete. diff --git a/lisp/w32-vars.el b/lisp/w32-vars.el index 0fb1e8c8fba..4ac2b7f81c2 100644 --- a/lisp/w32-vars.el +++ b/lisp/w32-vars.el @@ -42,7 +42,7 @@ X does. See `w32-fixed-font-alist' for the font menu definition." (defvar w32-list-proportional-fonts nil "Include proportional fonts in the default font dialog.") -(make-obsolete-variable w32-list-proportional-fonts "No longer used" "23.1") +(make-obsolete-variable 'w32-list-proportional-fonts "no longer used." "23.1") (defcustom w32-allow-system-shell nil "Disable startup warning when using \"system\" shells."